Cleaner model docblock thing [skip ci]

This commit is contained in:
James Cole
2024-07-31 08:26:43 +02:00
parent 02dcfeb227
commit 44581d9983
49 changed files with 155 additions and 11 deletions

View File

@@ -33,6 +33,9 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Database\Eloquent\SoftDeletes;
use Illuminate\Database\Query\Builder;
/**
* @mixin IdeHelperAutoBudget
*/
class AutoBudget extends Model
{
use ReturnsIntegerIdTrait;