Skip to content

Commit

Permalink
Reference umbrellas
Browse files Browse the repository at this point in the history
  • Loading branch information
octoberapp committed Jul 12, 2023
1 parent 8dba01a commit dbc2d56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helpers/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*
* @see \Illuminate\Database\Schema\Builder
*/
class Schema extends Illuminate\Support\Facades\Schema {}
class Schema extends October\Rain\Support\Facades\Schema {}
2 changes: 1 addition & 1 deletion helpers/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*
* @see \Illuminate\Routing\UrlGenerator
*/
class Url extends Illuminate\Support\Facades\URL {}
class Url extends October\Rain\Support\Facades\Url {}
2 changes: 1 addition & 1 deletion helpers/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*
* @see \October\Rain\Validation\Factory
*/
class Validator extends Illuminate\Support\Facades\Validator {}
class Validator extends October\Rain\Support\Facades\Validator {}

0 comments on commit dbc2d56

Please sign in to comment.