We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065c211 commit 54434bfCopy full SHA for 54434bf
src/_bootstrap.php
@@ -1,5 +1,14 @@
1
<?php
2
3
+/*
4
+ * asset-packagist.hiqdev.com
5
+ *
6
+ * @link http://asset-packagist.hiqdev.com/
7
+ * @package asset-packagist.hiqdev.com
8
+ * @license BSD-3-Clause
9
+ * @copyright Copyright (c) 2016, HiQDev (http://hiqdev.com/)
10
+ */
11
+
12
if (!defined('HISITE_VENDOR_DIR')) {
13
foreach ([dirname(__DIR__) . '/vendor', dirname(dirname(dirname(__DIR__)))] as $dir) {
14
if (file_exists($dir . '/autoload.php')) {
src/config/web.php
@@ -9,7 +9,7 @@
* @copyright Copyright (c) 2016, HiQDev (http://hiqdev.com/)
*/
-$config = require(__DIR__ . '/common.php');
+$config = require __DIR__ . '/common.php';
$config['components']['urlManager'] = [
15
'enablePrettyUrl' => true,
0 commit comments