chore(lint): run pint (#3075)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
if (! file_exists($composer = __DIR__ . '/vendor/autoload.php')) {
|
||||
if (! file_exists($composer = __DIR__.'/vendor/autoload.php')) {
|
||||
wp_die(__('Error locating autoloader. Please run <code>composer install</code>.', 'sage'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user