Skip to content

Commit 09d0524

Browse files
authored
Merge pull request #323 from MUHAMMADSiyab/patch-1
Fix typo in code block of README
2 parents f87e43a + a7a8c84 commit 09d0524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ use Artesaos\SEOTools\Facades\JsonLdMulti;
197197
// OR
198198
use Artesaos\SEOTools\Facades\SEOTools;
199199

200-
class CommomController extends Controller
200+
class CommonController extends Controller
201201
{
202202
public function index()
203203
{
@@ -432,7 +432,7 @@ namespace App\Http\Controllers;
432432

433433
use Artesaos\SEOTools\Traits\SEOTools as SEOToolsTrait;
434434

435-
class CommomController extends Controller
435+
class CommonController extends Controller
436436
{
437437
use SEOToolsTrait;
438438

0 commit comments

Comments
 (0)