コード例 #1
0
ファイル: Promocodes.php プロジェクト: zgabievi/promocodes
 /**
  * Promocodes constructor.
  */
 public function __construct()
 {
     $this->codes = Promocode::pluck('code')->toArray();
     $this->length = substr_count(config('promocodes.mask'), '*');
 }