예제 #1
0
파일: Hidable.php 프로젝트: pckg/migrator
 public function __construct(Table $table)
 {
     $this->table = $table;
     $table->boolean('hidden');
 }