Illuminate\Foundation\Console\AppNameCommand::setDatabaseFactoryNamespaces PHP Méthode

setDatabaseFactoryNamespaces() protected méthode

Set the namespace in database factory files.
protected setDatabaseFactoryNamespaces ( ) : void
Résultat void
    protected function setDatabaseFactoryNamespaces()
    {
        $this->replaceIn($this->laravel->databasePath() . '/factories/ModelFactory.php', $this->currentRoot, $this->argument('name'));
    }