createRepository() public method

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