Skip to content

Commit

Permalink
refactor: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Mar 4, 2025
1 parent e58b472 commit 4d61bbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Core/Controllers/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

namespace Apiato\Core\Controllers;

abstract class ApiController extends Controller
abstract class ApiController extends BaseController
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

namespace Apiato\Core\Controllers;

abstract class Controller
abstract class BaseController
{
}
2 changes: 1 addition & 1 deletion src/Core/Controllers/WebController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

namespace Apiato\Core\Controllers;

abstract class WebController extends Controller
abstract class WebController extends BaseController
{
}

0 comments on commit 4d61bbf

Please sign in to comment.