Updates to 03-2025
This commit is contained in:
parent
bfa3bb1df4
commit
9ae662f63e
243 changed files with 12580 additions and 12018 deletions
|
|
@ -11,17 +11,24 @@ use Illuminate\Database\Eloquent\Model;
|
|||
|
||||
/**
|
||||
* Class DcFileTag
|
||||
*
|
||||
*
|
||||
* @property int $id
|
||||
* @property int $file_id
|
||||
* @property int $tag_id
|
||||
* @property Carbon|null $created_at
|
||||
* @property Carbon|null $updated_at
|
||||
*
|
||||
* @property DcFile $dc_file
|
||||
* @property DcTag $dc_tag
|
||||
*
|
||||
* @package App\Models
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DcFileTag newModelQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DcFileTag newQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DcFileTag query()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DcFileTag whereCreatedAt($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DcFileTag whereFileId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DcFileTag whereId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DcFileTag whereTagId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|DcFileTag whereUpdatedAt($value)
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class DcFileTag extends Model
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue