Skip to content

Commit 3341b99

Browse files
committed
Implement new dir structure
1 parent 9279e2d commit 3341b99

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Or, install manually by downloading the source files and adding the directory to
2424
## Configuration (optional)
2525

2626
The library's default behavior can be overridden or augment by its config file. Copy
27-
src/Config/Assets.php.example to app/Config/Assets.php and follow the instructions in the
27+
**bin/Assets.php** to **app/Config/Assets.php** and follow the instructions in the
2828
comments. If no config file is found the library will use its defaults.
2929

3030
## Usage

Assets.php.example renamed to bin/Assets.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
*
1212
***/
1313

14-
use CodeIgniter\Config\BaseConfig;
15-
1614
class Assets extends \Tatter\Assets\Config\Assets
1715
{
1816
// location of asset files in the filesystem

0 commit comments

Comments
 (0)