1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

removed references to preferences column, now we need to refactor how notification ppreferences is integrated into the current app

This commit is contained in:
Daniël Klabbers
2019-07-09 22:16:51 +02:00
parent 6cfc9182f4
commit d6fc3a91a6
3 changed files with 25 additions and 3 deletions

View File

@@ -9,9 +9,7 @@
* file that was distributed with this source code.
*/
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Schema\Builder;
use Illuminate\Support\Arr;
return [
'up' => function (Builder $builder) {