Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude committed Sep 4, 2020
1 parent 8aab931 commit 573b252
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ return [
|
*/

'class_namespace' => env('CLASS_NAMESPACE', ''),
'class_namespace' => '',


/*
Expand All @@ -92,7 +92,7 @@ return [
|
*/

'abstract_class_namespace' => env('ABSTRACT_CLASS_NAMESPACE', ''),
'abstract_class_namespace' => '',


/*
Expand All @@ -105,7 +105,7 @@ return [
|
*/

'interface_namespace' => env('INTERFACE_NAMESPACE', '\Contracts'),
'interface_namespace' => '\Contracts',


/*
Expand All @@ -118,7 +118,7 @@ return [
|
*/

'trait_namespace' => env('TRAIT_NAMESPACE', '\Traits'),
'trait_namespace' => '\Traits',
];
```

Expand Down

0 comments on commit 573b252

Please sign in to comment.