- code review

- frontend build
This commit is contained in:
Peter Papp
2020-12-12 10:31:22 +01:00
parent e9d2f4bacc
commit c7abcce729
72 changed files with 953 additions and 388 deletions

View File

@@ -59,6 +59,7 @@ use Kyslik\ColumnSortable\Sortable;
* @method static \Illuminate\Database\Query\Builder|\App\FileManagerFolder withTrashed()
* @method static \Illuminate\Database\Query\Builder|\App\FileManagerFolder withoutTrashed()
* @mixin \Eloquent
* @method static \Illuminate\Database\Eloquent\Builder|FileManagerFolder sortable($defaultParameters = null)
*/
class FileManagerFolder extends Model
{