__dir__ -> __DIR__

This commit is contained in:
2020-03-28 19:48:09 +09:00
parent d922993eaf
commit 9a67ac7509
51 changed files with 109 additions and 109 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
namespace sammo;
require(__dir__.'/../vendor/autoload.php');
require(__DIR__.'/../vendor/autoload.php');
?>
<!DOCTYPE html>
<html>