I have two files in the same directory Graph:
IModel.php
DataModel.php
For these files in the top I set namespace as: namespace App\Library\Graph;
When I try to use IModel.php in DataModel.php I do:
namespace App\Library\Graph;
use IModel;
I get response: Interface 'IModel' not found