<?php
namespace Nwidart\Modules\Contracts;
use Nwidart\Modules\Exceptions\ModuleNotFoundException;
use Nwidart\Modules\Module;
interface RepositoryInterface
{
public function all();
public function getCached();
public function scan();
public function toCollection();
public function getScanPaths();