Skip to content

Commit

Permalink
Remove .php in coonsole
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCadien committed Jul 21, 2023
1 parent 20a9eb7 commit 3eac2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Application/bin/adminconsole
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<?php

$suluContext = 'admin';
include __DIR__ . DIRECTORY_SEPARATOR. 'console.php';
include __DIR__ . DIRECTORY_SEPARATOR. 'console';
2 changes: 1 addition & 1 deletion Tests/Application/bin/websiteconsole
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<?php

$suluContext = 'website';
include __DIR__ . DIRECTORY_SEPARATOR. 'console.php';
include __DIR__ . DIRECTORY_SEPARATOR. 'console';

0 comments on commit 3eac2d4

Please sign in to comment.