You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file_put_contents(__DIR__.'/app_temp/Http/Controllers/testController.php', "<?php class testController{ public function index() { return Lang::get('user.first_name'); } }");
26
-
27
-
file_put_contents(__DIR__.'/app_temp/Jobs/testJob.php', "<?php class testJob{ public function index() { return Lang::get('user.last_name'); } }");
0 commit comments