Esempio n. 1
0
 public function __construct(Table $table)
 {
     $this->table = $table;
     $table->boolean('hidden');
 }