- composer remove fideloper/proxy; use use Illuminate\Http\Middleware\TrustProxies in TrustProxies middlewar;
- style changes in some db seeder files - delete PagesTableSeeder.php
This commit is contained in:
parent
8ea540a88c
commit
6156bdf0c6
9 changed files with 83 additions and 448 deletions
|
@ -3,7 +3,6 @@
|
|||
namespace Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
// use Carbon\Carbon;
|
||||
|
||||
class DatabaseSeeder extends Seeder
|
||||
{
|
||||
|
@ -33,6 +32,6 @@ class DatabaseSeeder extends Seeder
|
|||
$this->call('PagesTableSeeder');
|
||||
$this->call('CollectionsTableSeeder');
|
||||
$this->call('ProjectsTableSeeder');
|
||||
$this->call('MessagesTableSeeder');
|
||||
$this->call('MessagesTableSeeder');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue