Skip to content

Commit 9525418

Browse files
committed
Fix misinfo in class header
1 parent 29b4258 commit 9525418

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Visits.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,21 @@
66
77
* Created: 2019-02-12
88
*
9-
* Description: Lightweight traffic tracking library for CodeIgniter 4
9+
* Description: Lightweight traffic tracking for CodeIgniter 4
1010
*
1111
* Requirements:
1212
* >= PHP 7.1
1313
* >= CodeIgniter 4.0
1414
* Preconfigured, autoloaded Database
1515
* CodeIgniter's URL helper (loaded automatically)
16-
* Function userId() to return ID of logged in user
1716
* Visits table (run migrations)
1817
*
1918
* Configuration:
20-
* Use Config/Visits.php to override default behavior
19+
* Use app/Config/Visits.php to override default behavior
2120
* Run migrations to update database tables:
22-
* > php spark migrate:latest -n Tatter
21+
* > php spark migrate:latest -n "Tatter\Visits"
2322
*
24-
* @package CodeIgniter4-Assets
23+
* @package CodeIgniter4-Visits
2524
* @author Matthew Gatner
2625
* @link https://github.com/tattersoftware/codeigniter4-visits
2726
*

0 commit comments

Comments
 (0)