Skip to content

Commit

Permalink
update namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakariaTlilani committed Jan 11, 2024
1 parent 6dd7104 commit b44f4c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ composer require zakariatlilani/text-template
## Usage

``` php
use ZakariaTlilani\TextTemplate\TextTemplate;
use zakariatlilani\texttemplate\TextTemplate;

TextTemplate::make('Name')
->category('category') // the category related to the text template
Expand Down
2 changes: 1 addition & 1 deletion src/FieldServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace ZakariaTlilani\TextTemplate;
namespace zakariatlilani\texttemplate;

use Illuminate\Support\ServiceProvider;
use Laravel\Nova\Events\ServingNova;
Expand Down
2 changes: 1 addition & 1 deletion src/TitleTemplate.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace ZakariaTlilani\TextTemplate;
namespace zakariatlilani\texttemplate;

use Laravel\Nova\Fields\Field;

Expand Down

0 comments on commit b44f4c7

Please sign in to comment.