Skip to content

Commit e9be9db

Browse files
committed
refactor: simplified code
1 parent c4c8cdd commit e9be9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/robots.txt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
$loader = new PhpFileLoader($container, new FileLocator(__DIR__));
3636
try {
3737
$loader->load('src/services.php');
38-
} catch (\Exception $e) {
38+
} catch (Exception $e) {
3939
echo $e->getMessage();
4040
}
4141

0 commit comments

Comments
 (0)