File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1345,7 +1345,7 @@ Server::getServers();
13451345``` php
13461346use Tamedevelopers\Support\Server;
13471347
1348- Server::config('tests.lang.email', [], 'Tests ');
1348+ Server::config('tests.lang.email', [], 'tests ');
13491349```
13501350
13511351- Create our own config to extends the default
Original file line number Diff line number Diff line change 88
99PDF ::create ([
1010 'content ' => '<h1>Hello World! <p>Good that im here.</p></h1> ' ,
11- 'destination ' => base_path ("Tests / {$ name }" ),
11+ 'destination ' => base_path ("tests / {$ name }" ),
1212 'output ' => 'view ' ,
1313]);
Original file line number Diff line number Diff line change 3030
3131 Tame ()->sizeToBytes ('24mb ' ),
3232
33- Tame ()->fileTime ('Tests /tame.php ' ),
33+ Tame ()->fileTime ('tests /tame.php ' ),
3434
3535 'br ' ,
3636
You can’t perform that action at this time.
0 commit comments