From 20b7eb7841871b0d2845a0bc773a7b5e4d6d4592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= <33033094+stancl@users.noreply.github.com> Date: Sat, 9 Feb 2019 16:30:46 +0100 Subject: [PATCH] Syntax highlighting [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b43c4f9..fc3dbc8b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Create an empty `routes/web.php` file. This file will contain routes accessible ### Publishing the configuration file -``` +```php php artisan vendor:publish --provider='Stancl\Tenancy\TenancyServiceProvider' --tag=config ```