diff --git a/app/Models/File.php b/app/Models/File.php index 1f4aa8b31..b8d9cfef2 100644 --- a/app/Models/File.php +++ b/app/Models/File.php @@ -12,6 +12,9 @@ use Illuminate\Http\Client\ConnectionException; use Sushi\Sushi; /** + * \App\Models\File. + * + * @property int $id * @property string $name * @property Carbon $created_at * @property Carbon $modified_at @@ -27,12 +30,6 @@ class File extends Model { use Sushi; - protected $primaryKey = 'name'; - - public $incrementing = false; - - protected $keyType = 'string'; - protected int $sushiInsertChunkSize = 100; public const ARCHIVE_MIMES = [