Skip to content

Commit

Permalink
1.0.13
Browse files Browse the repository at this point in the history
- Tekrar yazım hatası güncellendi
  • Loading branch information
Hasokeyk committed Feb 22, 2021
1 parent 06e5c96 commit f2ec741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require (__DIR__).'/src/customer_rfm.php';

use customer_frm\customer_rfm;
use customer_rfm\customer_rfm;

$fake_data = json_decode(file_get_contents((__DIR__).'/test-2.json'),true);

Expand Down
2 changes: 1 addition & 1 deletion src/customer_rfm.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php


namespace customer_frm;
namespace customer_rfm;

use DateTime;

Expand Down

0 comments on commit f2ec741

Please sign in to comment.