seed() public method

Run the registered seeders.
public seed ( )
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: becast/GameReviewSite
 /**
  * Run the registered seeders.
  *
  * @return $this 
  * @static 
  */
 public static function seed()
 {
     return \Silber\Bouncer\Bouncer::seed();
 }