PHP Class duxet\Rethinkdb\Console\Migrations\MigrateMakeCommand

Inheritance: extends Illuminate\Database\Console\Migrations\MigrateMakeCommand
Datei anzeigen Open project: duxet/laravel-rethinkdb

Protected Properties

Property Type Description
$signature string The console command signature.

Public Methods

Method Description
__construct ( duxet\Rethinkdb\Migrations\MigrationCreator $creator, Illuminate\Support\Composer $composer ) : void Create a new migration install command instance.

Method Details

__construct() public method

Create a new migration install command instance.
public __construct ( duxet\Rethinkdb\Migrations\MigrationCreator $creator, Illuminate\Support\Composer $composer ) : void
$creator duxet\Rethinkdb\Migrations\MigrationCreator
$composer Illuminate\Support\Composer
return void

Property Details

$signature protected_oe property

The console command signature.
protected string $signature
return string