createRepository() public méthode

Create the mapping repository data store.
public createRepository ( )
Exemple #1
0
 /**
  * Execute the console command.
  */
 public function handle()
 {
     $this->repository->setSource($this->option('database'));
     $this->repository->createRepository();
     $this->info('Mapping table created successfully');
 }