Skip to content

Commit

Permalink
style: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimDeluxe authored and github-actions[bot] committed Jan 16, 2024
1 parent d46b4d6 commit 9f8f9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
|
*/

if (defined('ECLIPSE_PACKAGE_DEV') AND ECLIPSE_PACKAGE_DEV) {
if (defined('ECLIPSE_PACKAGE_DEV') and ECLIPSE_PACKAGE_DEV) {
require '../../../../vendor/autoload.php';
} else {
require __DIR__.'/../vendor/autoload.php';
Expand Down

0 comments on commit 9f8f9f1

Please sign in to comment.