We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87f74a commit 91f4723Copy full SHA for 91f4723
kernel.drush.inc
@@ -46,7 +46,7 @@ function drush_kernel_app($command = '') {
46
47
// Include the run in a different file so that PHP versions < 5.3 do not fail
48
// parsing the file.
49
- require_once(dirname(__FILE__) . '/kernel.drush.run.inc');
+ require_once(__DIR__ .'/kernel.drush.run.inc');
50
51
// Run the console command using the given function arguments.
52
return drush_kernel_app_run(func_get_args());
0 commit comments