mirror of
https://github.com/flarum/core.git
synced 2025-10-17 17:56:14 +02:00
Add header comment; PSR-2 fixes; remove seeders
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
<?php namespace Flarum\Install\Console;
|
||||
<?php
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
* (c) Toby Zerner <toby.zerner@gmail.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Flarum\Install\Console;
|
||||
|
||||
use Flarum\Console\Command;
|
||||
use Flarum\Core\Model;
|
||||
@@ -129,7 +139,7 @@ class InstallCommand extends Command
|
||||
|
||||
protected function runMigrations()
|
||||
{
|
||||
$this->container->bind('Illuminate\Database\Schema\Builder', function($container) {
|
||||
$this->container->bind('Illuminate\Database\Schema\Builder', function ($container) {
|
||||
return $container->make('Illuminate\Database\ConnectionInterface')->getSchemaBuilder();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user