コード例 #1
0
ファイル: Xplog.php プロジェクト: rafaelgandi/wasabi_artisan
 protected function __construct()
 {
     $this->log_file = App\Files::makeFileIfNotExists(storage_path('debug.logs'));
 }